.background-copy .background-content-copy{
    position: absolute;
    width: 100%;
    text-align: center; 
    background: linear-gradient(-45deg, #ee7752, #8F8F8F, #4682B4,#8F8F8F,#4682B4, #a1d1dd,#8F8F8F );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}   

.titre{
	margin-top:40px;
	font-family: 'Dancing Script', cursive;
	font-size:3em;
	color:white;
}
h2{
	color:white;
}
p{
	color:white;
}

a{
	color:white;
}
.auteur{
	margin-bottom: 10%;
}
.auteur p{
	color:black;
}